From 546ba55410f7c772799b5f89c7027d8393b25b23 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 1 Mar 2012 15:23:31 +0000 Subject: [PATCH] build: rerun autoconf 24942:d70b4a1155e3 contains changes to configure.in and thus we need to rerun autogen.sh. Committed-by: Ian Jackson --- tools/configure | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/tools/configure b/tools/configure index 648750a30a..c5b9ba4a9b 100755 --- a/tools/configure +++ b/tools/configure @@ -653,7 +653,6 @@ xapi vtpm monitors githttp -xsm host_os host_vendor host_cpu @@ -713,7 +712,6 @@ SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking -enable_xsm enable_githttp enable_monitors enable_vtpm @@ -1366,7 +1364,6 @@ Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --enable-xsm Enable XSM security module (by default, Flask) --enable-githttp Download GIT repositories via HTTP --disable-monitors Disable xenstat and xentop monitoring tools --enable-vtpm Enable Virtual Trusted Platform Module @@ -1375,7 +1372,7 @@ Optional Features: --disable-ocamltools Disable Ocaml tools --enable-miniterm Enable miniterm --enable-lomount Enable lomount - --disable-debug Disable debug build of Xen and tools + --disable-debug Disable debug build of tools Some influential environment variables: CC C compiler command @@ -3914,27 +3911,6 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac # Enable/disable options -# Check whether --enable-xsm was given. -if test "${enable_xsm+set}" = set; then : - enableval=$enable_xsm; -fi - - -if test "x$enable_xsm" = "xyes"; then : - - ax_cv_xsm="y" - -elif test "x$enable_xsm" = "xno"; then : - - ax_cv_xsm="n" - -elif test -z $ax_cv_xsm; then : - - ax_cv_xsm="n" - -fi -xsm=$ax_cv_xsm - # Check whether --enable-githttp was given. if test "${enable_githttp+set}" = set; then : enableval=$enable_githttp; -- 2.30.2